home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 February / WN_129_CD.iso / Windows / Extensions Firefox / Bookmarks Synchronizer / bookmarksftp1_0_1.xpi / chrome / bookmarksftp.jar / skin / bookmarksftp.css next >
Cascading Style Sheet File  |  2004-09-23  |  430b  |  30 lines

  1. /* dirty elements */
  2.  
  3. textbox[dirty="true"],
  4. radiogroup[dirty="true"] > radio > * > label,
  5. checkbox[dirty="true"] > * > label
  6. {
  7.     color:red;
  8. }
  9.  
  10.  
  11. textbox.noframe,
  12. textbox.noframe > .textbox-internal-box,
  13. textbox.noframe > .textarea-internal-box
  14. {
  15.   background: transparent !important;
  16.   border: none;
  17.   padding: 0px;
  18.   -moz-appearance: none;
  19. }
  20.  
  21. textbox.multilineinput
  22. {
  23.   font-size:small;
  24. }
  25.  
  26. tabpanel>*>label
  27. {
  28.   padding-top:2px;
  29. }
  30.